]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/control structure/while
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / ruby-mode / control structure / while
1 # name: while ... end
2 # key: while
3 # --
4 while ${condition}
5 $0
6 end